home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO033.TXT < prev    next >
Text File  |  1992-04-25  |  3KB  |  70 lines

  1. From:    David Dozier                           Area: Protocols
  2. To:      Simon Josefsson                        30 Jan 92 12:09:56
  3. Subject: HS/Link                                UpdReq 
  4.  
  5. In a message on <Jan 26 13:23>, Simon Josefsson (2:201/111.34) writes:
  6.  SJ> Could anyone who is using HS/Link with Maximus post there 
  7.  SJ> HS/Link-part in protocol.ctl? And BiModem too, if someone is 
  8.  SJ> using it. 
  9. Protocol HS/Link
  10.           Type            Batch
  11. ;         Type            Errorlevel
  12.           Type            Bi
  13. ;         Type            Opus
  14.           LogFile         HSL%K.Log
  15.           ControlFile     HSL%K.Ctl
  16.           DownloadCmd     command.com /c rhsl HSL%K.Log %P %V @%x:HSL%K.Ctl
  17.           UploadCmd       command.com /c rhsl HSL%K.Log %P %V
  18.           DownloadString  %s
  19.           UploadString
  20.           DownloadKeyword h
  21.           UploadKeyword   H
  22.           FilenameWord    10
  23.           DescriptWord    0
  24. End Protocol
  25. RHSL.BAT:
  26. @echo off
  27. set dszlog=%1
  28. hslink -nf -nv -hx -r -k -o -a -p%2 -u%3 %4
  29. set dszlog=
  30.                                         - David
  31.  
  32.  
  33. --------------= Brought to you compliments of Plastic Tower  =---------------
  34.  
  35. From:    Michael Mikelas                        Area: Protocols
  36. To:      Leo Vildosola                          29 Jan 92 11:43:20
  37. Subject: How about these Protocol               UpdReq 
  38.  
  39. Leo,
  40.  LV> Never tried SuperK.  But here goes Tmodem v7.0:
  41.  LV> Please note that I the Fossil needs to be disabled for the protocol to
  42.  LV> function properly...  Hope this helps.
  43. That's what I thought my problem was, and was my next experiment - Thanks a 
  44. bunch!
  45.  
  46. -Mike
  47.  
  48.  
  49.  
  50. --------------= Brought to you compliments of Plastic Tower  =---------------
  51.  
  52. From:    John Cathie                            Area: Protocols
  53. To:      Scott Huffman                          30 Jan 92 17:52:52
  54. Subject: Re: Dupe Check                         UpdReq 
  55.  
  56. Howdy Scott,
  57. In a msg of <29 Jan 92>, Scott Huffman writes to Don Appleton:
  58.  SH>   Don, I read back on a few of your posts and noticed that you had
  59.  SH> said that you had both Upload Check Dupe and Upload Check Dupe
  60.  SH> Extension uncommented. I don't know if this might be the cause, or
  61.  SH> rather, if it makes any difference to Maximus, but I only have Upload
  62.  SH> Check Dupe uncommented and have never had a problem. (???)
  63. The one weakness of dupe checking is it isn't performed on files uploaded with 
  64. external protocols. Scott was made aware of it, but hasn't figured out how to 
  65. implement it with the externals.
  66. John
  67.  
  68. --------------= Brought to you compliments of Plastic Tower  =---------------
  69.  
  70.